projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07342a6
)
(tar-subfile-mode): Call auto-save-mode with -1.
author
Dave Love
<fx@gnu.org>
Mon, 11 May 1998 18:49:42 +0000
(18:49 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 11 May 1998 18:49:42 +0000
(18:49 +0000)
lisp/tar-mode.el
patch
|
blob
|
history
diff --git
a/lisp/tar-mode.el
b/lisp/tar-mode.el
index dd12d9bbca9721331c1cbe95bf108f4392ebef04..2571c92cf98b2c8ef7ac45a8f57e244229c63ef8 100644
(file)
--- a/
lisp/tar-mode.el
+++ b/
lisp/tar-mode.el
@@
-636,7
+636,7
@@
appear on disk when you save the tar-file's buffer."
(make-local-variable 'local-write-file-hooks)
(setq local-write-file-hooks '(tar-subfile-save-buffer))
;; turn off auto-save.
- (auto-save-mode
nil
)
+ (auto-save-mode
-1
)
(setq buffer-auto-save-file-name nil)
(run-hooks 'tar-subfile-mode-hook))
(t